auto merge of #561 : mbrubeck/cargo/list_file_walk, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000 (01:43 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000 (01:43 +0000)
commit8fa7375e9f2383f738b73d0d1f52501e58e53188
treee8dde0197f4a646f9b16c114aa38e3ead2b7000d
parent9205f0f2235ae73344827ecc4d69a7d2511038d4
parent5d029d9e944c5d81a0cbde90dc58383fc368cf34
auto merge of #561 : mbrubeck/cargo/list_file_walk, r=alexcrichton

Previously this was calling `.is_file()` on a relative path.  This would fail if the path was not relative to the current working directory, for example when listing files in a path dependency.